home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
C ++
/
Applications
/
FlyThrough 1.1.2
/
src
/
Source
/
QD3D General Tools
/
CRendererMaker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-25
|
217 b
|
16 lines
|
[
TEXT/CWIE
]
//
// CRendererMaker.h
//
// by James Jennings
// Started June 25, 1996
//
#pragma once
#include "CObjectMaker.h"
class CRendererMaker : public CObjectMaker<TQ3RendererObject> {
protected:
virtual void Make();
};